From a6ec47187d4204747744701351cd14a7e36172d4 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Thu, 4 Nov 2004 13:37:20 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.369 (418a30906AlEaHC9n9mC-7JT4I9Vvg) take KERNELS variable from the environment --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 33a212ddbc..3788496161 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ SOURCEFORGE_MIRROR := http://heanet.dl.sourceforge.net/sourceforge #http://voxel.dl.sourceforge.net/sourceforge/ #http://easynews.dl.sourceforge.net/sourceforge -#KERNELS = mk.linux-2.6-xen0 mk.linux-2.6-xenU mk.linux-2.4-xen0 mk.linux-2.4-xenU mk.netbsd-2.0-xenU -KERNELS = mk.linux-2.6-xen0 mk.linux-2.6-xenU +#KERNELS ?= mk.linux-2.6-xen0 mk.linux-2.6-xenU mk.linux-2.4-xen0 mk.linux-2.4-xenU mk.netbsd-2.0-xenU +KERNELS ?= mk.linux-2.6-xen0 mk.linux-2.6-xenU ALLKERNELS = $(patsubst buildconfigs/%,%,$(wildcard buildconfigs/mk.*)) ALLSPARSETREES = $(patsubst %-xen-sparse,%,$(wildcard *-xen-sparse)) -- 2.30.2